home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Team 23
/
HS_Tuning.iso
/
Optimisation
/
JV16 Powertools 1.6
/
Setup.exe
/
{app}
/
Documentation
/
Example Scripts
/
1. The very basics
/
if clauses.jvb
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-21
|
164 b
|
6 lines
If ([ShowMessageEx Info YesNo "This is a simple if clause, click yes or no"] = Yes)
[
ShowMessage You clicked yes!;
] Else [ ShowMessage You clicked no!; ]